تقرير مبيعات منتج Youtube

{if {count($productData)} > 0}
{$message}

اجمالى القطع المباعه: {$totalRemainQuantity}

{if $nothavedate eq 1 && $loadData->netprofit neq 1}

اجمالى الربح: {$totalproductproft}

اجمالى المبيعات: {$totaltotalsell}

اجمالى المبيعات بدون خصومات {$total_sell_without_discount}

{/if}
{if $loadData->netprofit neq 1} {/if} {assign var=i value=1} {foreach $productData as $product} {if $totalSellsQuantity{$i} <> 0 || $totalReturnSellsQuantity{$i} <> 0} {if $loadData->netprofit neq 1} {/if} {/if} {capture assign=i}{$i+1}{/capture} {/foreach}
الرقم
اسم المنتج
المبيعات
مردودات المبيعات
صافى الكميه المباعه
مبلغ المبيعات
صافى الربح
المبيعات بدون خصومات
{$i}
{$productCatName{$i}} {$product->productName}
{$totalSellsQuantity{$i}}
{$totalReturnSellsQuantity{$i}}
{$remainQuantity{$i}}
{$totalsell{$i}}
{$productproft{$i}}
{$totalsell_withoutdiscount{$i}}
{/if}

اجمالى القطع المباعه: {$totalRemainQuantity}

{if $nothavedate eq 1} {if $loadData->netprofit neq 1}

اجمالى الربح: {$totalproductproft}

{/if}

اجمالى المبيعات: {$totaltotalsell}

اجمالى المبيعات بدون خصومات {$total_sell_without_discount}

{/if} {if {count($productData)} > 0}
{/if}